@font-face {
    font-family: "YesevaOne";
    src: url(../font/Yeseva-One/YesevaOne-Regular-1.ttf);
}

.YesevaOne {
    font-family: "YesevaOne";
}

@font-face {
    font-family: "HarmonyOS_Sans";
    src: url(../font/HarmonyOS_Sans/HarmonyOS_Sans_Regular.ttf);
}

.HarmonyOS_Sans {
    font-family: "HarmonyOS_Sans";
}

@font-face {
    font-family: "NotoSansCJK";
    src: url(../font/SiYuanHeiTiGoogleBan/NotoSansCJK-Regular-1.otf);
}

.NotoSansCJK {
    font-family: "NotoSansCJK";
}

@font-face {
    font-family: "MiSans";
    src: url(../font/MiSans/MiSans-Regular.ttf);
}

.MiSans {
    font-family: "MiSans";
}

@font-face {
    font-family: "alimamashuheiti";
    src: url(../font/alimamashuheiti/AlimamaShuHeiTi-Bold.ttf);
}

.alimamashuheiti {
    font-family: "alimamashuheiti";
}

@font-face {
    font-family: "OPPOSans-R-2";
    src: url(../font/OPPOSans-R-2-Bold.ttf);
}

.OPPOSans-R-2 {
    font-family: "OPPOSans-R-2";
}

.list-data-empty {
    padding: 60px 0;
    text-align: center;
    color: #5a6268;
}

body {
    font-family: "NotoSansCJK", "Microsoft YaHei", sans-serif;
}

.wrap {
    position: relative;
    width: 1400px;
    margin: 0 auto;
    transition: 0.3s;
}

/* 顶部 */
.navbar {
    width: 100%;
    height: 100px;
}

.navbar .fixedbar {
    position: fixed;
    top: 0;
    left: 0;
    height: inherit;
    width: inherit;
    background: #fff;
    z-index: 100;
}

.navbar .wrap {
    height: inherit;
    display: flex;
    align-items: center;
}

.navbar .wrap .logo {
    display: flex;
    margin-right: 200px;
}

.navbar .wrap .logo img {
    height: 56px;
}

.navbar .nav-links {
    height: inherit;
    flex: 1;
    display: flex;
}

.navbar .navbar-nav {
    flex: 1;
    display: flex;
    justify-content: space-around;
}

.navbar .navbar-nav li {
    position: relative;
    /*flex: 1;*/
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar .navbar-nav li a {
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    vertical-align: top;
    display: block;
    transition-duration: 0.2s;
}

/* .navbar .navbar-nav li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: rgba(202, 14, 15, 1);
    transform: translateY(-30px);
    opacity: 0;
    display: block;
    transition-duration: 0.2s;
} */

.navbar .navbar-nav li a:hover {
    color: rgba(0, 72, 148, 1);
}

/* ,.navbar .navbar-nav li a.active  */

/* .navbar .navbar-nav li a:hover::after,
.navbar .navbar-nav li a.active::after {
    opacity: 1;
    transform: translateY(0);
} */

.head-search {
    padding-left: 38px;
    display: flex;
    align-items: center;
}

.head-search a {
    height: 48px;
    line-height: 48px;
    margin-right: 4px;
    padding: 0 13px 0 15px;
    border-radius: 24px;
    font-size: 28px;
    font-weight: 700;
    font-family: "HarmonyOS_Sans";
    letter-spacing: 0px;
    text-align: left;
    vertical-align: top;
    color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
}

.head-search a .fdj {
    fill: #333333;
    transition-duration: 0.3s;
}

.head-search a:hover .fdj {
    fill: #004894;
}

.head-search-form {
    position: fixed;
    top: 110px;
    right: 20%;
    /* transform: translateX(-50%); */
    width: 300px;
    height: 40px;
    z-index: 101;
    display: none;
}

.head-search-form.show {
    display: block;
}

.head-search-form form {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgb(0, 0, 0, 0.2);
    overflow: hidden;
}

.head-search-form input[type="text"] {
    flex: 1;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    border: none;
    outline: none;
}

.head-search-form button {
    width: 60px;
    height: 38px;
    background-color: rgba(0, 72, 148, 1);
    color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
}

.head-search-form .close-btn {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #5a6268;
}

.head-search-form .close-btn::before,
.head-search-form .close-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    display: block;
}

.head-search-form .close-btn::before {
    width: 20px;
    height: 1px;
}

.head-search-form .close-btn::after {
    width: 1px;
    height: 20px;
}

.search-empty-text-center {
    padding: 60px 0;
    text-align: center;
    color: #666;
}

.search-result-form {
    width: 100%;
    height: 40px;
    margin: 30px auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    z-index: 101;
}

.search-result-form.show {
    display: block;
}

.search-result-form form {
    display: flex;
}

.search-result-form input[type="text"] {
    flex: 1;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    border: none;
    outline: none;
}

.search-result-form button {
    width: 60px;
    height: 38px;
    background-color: rgba(0, 72, 148, 1);
    color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
}

.navbar-toggler {
    position: absolute;
    right: 0px;
    top: 20px;
    width: 50px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    display: none;
}

.navbar-toggler::before,
.navbar-toggler::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 2px;
    background-color: #ccc;
    display: block;
}

.navbar-toggler::before {
    transform: translate(-50%, -8px);
}

.navbar-toggler::after {
    transform: translate(-50%, 7px);
}

.navbar-toggler-line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 2px;
    transform: translate(-50%, -50%);
    background-color: #ccc;
    display: block;
}

/* 底部 */
.footer {
    color: rgba(255, 255, 255, 0.6);
    background: rgba(34, 91, 172, 1);
}

.footer a {
    transition-duration: 0.3s;
    color: rgba(255, 255, 255, 0.6);
}

.footer a:hover {
    color: rgba(255, 255, 255, 1);
}

.footer .footer-top {
    padding: 13px 0 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .footer-top .wrap {
    display: flex;
    justify-content: space-between;
}

.footer .navbar-nav {
    text-align: right;
    display: flex;
    align-items: center;
}

.footer .navbar-nav li {
    margin-left: 46px;
}

.footer .navbar-nav a {
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #fff;
    vertical-align: top;
}

.footer .navbar-nav a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.footer .footer-middle .wrap {
    padding: 69px 0 37px;
    display: flex;
    justify-content: space-between;
}

.footer .footer-middle li > div {
    margin-left: 20px;
    display: inline-block;
}

.footer .footer-middle li > div:first-child {
    margin-left: 0;
}

.footer .footer-middle .wrap .m-left {
    width: 48.57%;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    vertical-align: top;
}

.footer .footer-middle .wrap .m-middle {
    width: 35.7%;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
}

.footer .footer-middle .wrap a {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    font-family: HarmonyOS_Sans;
}

.footer .footer-middle .wrap .right {
    text-align: right;
}

.footer .m-right {
    display: flex;
}

.footer .m-right-c {
    margin-left: 10px;
}

.footer .m-right-c:first-child {
    margin-left: 0;
}

.footer .code {
    position: relative;
    width: 120px;
    height: 120px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer .code::before,
.footer .code::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    display: block;
}

.footer .cor1,
.footer .cor2 {
    position: absolute;
    width: 10px;
    height: 10px;
    display: block;
}

.footer .code::before {
    top: 0;
    left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-left: 1px solid rgba(255, 255, 255, 0.6);
}

.footer .code::after {
    top: 0;
    right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.footer .cor1 {
    bottom: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    border-left: 1px solid rgba(255, 255, 255, 0.6);
}

.footer .cor2 {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.footer-middle .small {
    height: 30px;
    line-height: 30px;
    margin-top: 6px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: top;
}

.footer-bottom {
    padding: 27px 0 25px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 30px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-bottom .wrap {
    display: flex;
    justify-content: space-between;
}

.fixed-right {
    position: fixed;
    right: 52px;
    bottom: 52px;
    z-index: 999;
}

.fixed-right li {
    position: relative;
    width: 64px;
    height: 64px;
    margin-top: 10px;
    border-radius: 8px;
    background: rgba(202, 14, 15, 1);
    cursor: pointer;
}

.fixed-right li > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fixed-right li .custom-phone-list {
    position: absolute;
    right: 80px;
    background-color: #fff;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    display: none;
}

.fixed-right li .custom-phone-list::before {
    content: "";
    position: absolute;
    top: 23px;
    right: -7px;
    width: 13px;
    height: 20px;
    background: url(../images/public/right-cor-r.png) center right no-repeat;
    display: block;
}

.fixed-right li .custom-phone-list::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 100%;
    right: -20px;
    top: 0;
    display: block;
}

.fixed-right li .custom-phone-list a {
    position: relative;
    display: flex;
    padding: 10px 29px 12px 11px;
    white-space: nowrap;
}

.fixed-right li .custom-phone-list a::after {
    content: "";
    position: absolute;
    /* width:inherit; */
    left: 12px;
    right: 29px;
    bottom: 0;
    height: 1px;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
    display: block;
}

.fixed-right li .custom-phone-list a:last-child:after {
    display: none;
}

.fixed-right li .custom-phone-list a > svg {
    margin-right: 20px;
}

.fixed-right li .custom-phone-list a h3 {
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(102, 102, 102, 1);
    text-align: left;
    vertical-align: top;
}

.fixed-right li .custom-phone-list a p {
    line-height: 22px;
    margin-top: 2px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    text-align: left;
    vertical-align: top;
}

.list4 {
    display: flex;
    flex-wrap: wrap;
}

.list4 li {
    margin-left: 20px;
    margin-top: 30px;
    width: calc(25% - 15px);
}

.list4 li:nth-child(4n + 1) {
    margin-left: 0;
}

.product-list li a {
    padding: 11px 10px 42px;
    background-color: #fff;
    text-align: center;
    display: block;
    transition-duration: 0.3s;
}

.product-list h3 {
    line-height: 35px;
    margin: 20px 0 12px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-list .more {
    padding: 0 22px;
    margin: 0 auto;
    line-height: 40px;
    border: 1px solid rgba(102, 102, 102, 1);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(102, 102, 102, 1);
    text-align: center;
    vertical-align: top;
    display: inline-block;
    transition-duration: 0.3s;
}

.product-list li a:hover {
    background: rgba(221, 237, 248, 1);
}

.product-list li a:hover .more {
    background-color: rgba(0, 72, 148, 1);
    border-color: rgba(0, 72, 148, 1);
    color: #fff;
}

@media screen and (max-width: 1600px) {
    .wrap {
        width: 1200px;
    }

    .head-search a {
        height: 42px;
        line-height: 42px;
        margin-right: 0;
        padding: 0 10px 0 12px;
        border-radius: 21px;
        font-size: 26px;
    }

    .footer-top img {
        height: 72px;
    }

    .footer .navbar-nav li {
        margin-left: 20px;
    }

    .footer .footer-middle .wrap .m-left,
    .footer .footer-middle .wrap .m-middle {
        line-height: 36px;
        font-size: 15px;
    }

    .footer .footer-middle .wrap .m-middle a {
        font-size: 22px;
    }

    .footer-bottom {
        font-size: 15px;
    }

    .footer-bottom span {
        margin-left: 40px;
    }

    .list4 li {
        margin-top: 28px;
    }

    .product-list h3 {
        line-height: 33px;
        font-size: 23px;
    }
}

@media screen and (max-width: 1400px) {
    .wrap {
        width: 1000px;
    }

    .navbar .wrap .logo {
        margin-right: 40px;
    }

    .head-search a {
        height: 30px;
        line-height: 30px;
        margin-right: 0;
        padding: 0 10px 0 12px;
        border-radius: 19px;
        font-size: 18px;
    }

    .head-search a svg {
        width: 20px;
        height: 20px;
    }

    .footer .footer-middle li > div {
        margin-left: 0;
        display: block;
    }

    .list4 li {
        margin-top: 26px;
    }

    .product-list li a {
        padding: 11px 10px 32px;
    }

    .product-list h3 {
        line-height: 31px;
        font-size: 22px;
    }

    .product-list .more {
        padding: 0 15px;
        line-height: 36px;
    }
}

@media screen and (max-width: 1200px) {
    .wrap {
        width: 900px;
    }

    .navbar {
        height: 80px;
    }

    .navbar-toggler {
        display: block;
    }

    .navbar .nav-links {
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        height: auto;
        padding: 0 0 30px 0;
        background-color: #fff;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        z-index: -1;
        display: none;
    }
    .navbar .navbar-nav {
        flex-direction: column;
    }

    .navbar .navbar-nav li a {
        padding: 10px 0;
    }

    .navbar .navbar-nav li a::after {
        left: 0;
    }

    .navbar .nav-links.show {
        display: block;
    }

    .head-search {
        margin: 10px auto;
        padding-left: 0;
        /*display: block;*/
        text-align: center;
        justify-content: center;
    }
    .footer-top .wrap > a {
        margin-right: 70px;
    }

    .footer .navbar-nav {
        flex: 1;
        display: flex;
        justify-content: space-between;
    }

    .footer .navbar-nav li {
        margin-left: 0;
    }
    .footer .navbar-nav li a {
        font-size: 15px;
    }

    .list4 li {
        margin-top: 22px;
        margin-left: 30px;
        width: calc(33.33% - 20px);
    }

    .list4 li:nth-child(4n + 1) {
        margin-left: 30px;
    }

    .list4 li:nth-child(3n + 1) {
        margin-left: 0;
    }

    .product-list li a {
        padding: 11px 10px 26px;
    }

    .product-list h3 {
        line-height: 26px;
        font-size: 20px;
    }

    .product-list .more {
        padding: 0 15px;
        line-height: 34px;
        font-size: 15px;
    }
}

@media screen and (max-width: 960px) {
    .wrap {
        width: 90%;
    }

    .navbar .wrap .logo {
        margin-right: 100px;
    }

    .navbar .wrap .logo img {
        height: auto;
        max-height: 40px;
    }

    .footer .footer-top {
        padding: 20px 0;
    }
    .footer .footer-top .wrap {
        flex-direction: column;
        align-items: center;
    }

    .footer-top .wrap > a {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .footer-top img {
        height: auto;
        max-height: 50px;
    }

    .footer .navbar-nav {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer .navbar-nav li {
        padding: 0 5px;
    }

    .footer .footer-middle .wrap {
        padding: 30px 0 20px;
        flex-wrap: wrap;
    }

    .footer .footer-middle .wrap .m-left,
    .footer .footer-middle .wrap .m-middle {
        width: auto;
    }

    .footer .footer-middle .wrap .m-right {
        width: 100%;
    }

    .footer .code {
        margin: 30px auto 0;
    }

    .footer-middle .small {
        text-align: center;
    }

    .footer-bottom .wrap {
        flex-direction: column;
        text-align: center;
    }

    .list4 li {
        margin-top: 20px;
        margin-left: 20px;
        width: calc(50% - 10px);
    }

    .list4 li:nth-child(3n + 1) {
        margin-left: 20px;
    }

    .list4 li:nth-child(2n + 1) {
        margin-left: 0;
    }

    .product-list li a {
        padding: 11px 10px 15px;
    }

    .product-list h3 {
        line-height: 22px;
        font-size: 16px;
    }

    .product-list .more {
        padding: 0 12px;
        line-height: 28px;
        font-size: 14px;
    }
}
